home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Mapping
/
m-select
< prev
next >
Wrap
Text File
|
1998-08-11
|
188b
|
9 lines
m-select template &rest pattern
0-based
(m-select '(0 1 1 0 0) '(a a a a a) '(b b b b b))
=> (a b b a a)
(m-select '(0 1 2 1 0 0) '(a a a a a) '(b b b b b) '(e f g h))
=> (a b g b a a)